-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use github.com/golang-jwt/jwt/v5 #21276
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
8487f7a
to
17ceb61
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21276 +/- ##
==========================================
- Coverage 55.19% 55.16% -0.04%
==========================================
Files 337 337
Lines 57058 57057 -1
==========================================
- Hits 31496 31476 -20
- Misses 22863 22878 +15
- Partials 2699 2703 +4 ☔ View full report in Codecov by Sentry. |
9922807
to
834dcce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0ae042a
to
f966b7a
Compare
f966b7a
to
08a529d
Compare
3f3837d
to
124a76d
Compare
@mmorel-35 did you check any breaking chages with it? did you check if v4 is compatible with v5? |
What do you mean? |
0f3d8bd
to
45f03c4
Compare
Signed-off-by: Matthieu MOREL <[email protected]>
45f03c4
to
87780a0
Compare
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Brett C. Dudo <[email protected]>
Description
gomodguard allows to block some dependencies.
This ensure that
github.com/golang-jwt/jwt/v5
is used instead ofgithub.com/golang-jwt/jwt/v4